home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / Pac Man white.swf / scripts / DefineSprite_117 / frame_87 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  184 b   |  13 lines

  1. tellTarget("/")
  2. {
  3.    Ready._visible = false;
  4.    playing = true;
  5.    nextPacDir = 3;
  6.    play();
  7.    if(notMute)
  8.    {
  9.       BGSnd["Back" + bgNum].start(0,1000);
  10.    }
  11. }
  12. stop();
  13.